TypeODM
ODM for MongoDB that works in Typescript.
Usage
ODM development is in progress. Readme and documentations expected to be soon.
For now you can take a look on samples in ./sample
for more examples of usages.
Todos
- make everything to work on older versions of node
- put proper exceptions everywhere
- debug mode and logging
- other types / check date support
- check everything in es6/es5 and provide examples
- deep checks on schema build
- create query builder?
- json and javascript schema providers
- replication support in connection configuration
- fix ids typing
- add option for auto-created ids
- investigate other then MongoDB integrations
- fix embed document incorrect field names transformation